home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 271
- Top = 97
- Width = 377
- Height = 182
- Caption = 'TCompress Self-extracting Installer'
- Font.Color = clBlack
- Font.Height = -18
- Font.Name = 'Arial'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 21
- object Label1: TLabel
- Left = 16
- Top = 9
- Width = 260
- Height = 24
- AutoSize = False
- Caption = '&Target Directory'
- end
- object TargetDirectory: TEdit
- Left = 11
- Top = 35
- Width = 347
- Height = 29
- TabOrder = 0
- OnExit = TargetDirectoryExit
- end
- object RunProgram: TCheckBox
- Left = 17
- Top = 74
- Width = 160
- Height = 27
- Caption = '&Run program'
- TabOrder = 1
- end
- object ViewReadMe: TCheckBox
- Left = 177
- Top = 74
- Width = 187
- Height = 27
- Caption = '&View Readme.txt'
- TabOrder = 2
- end
- object Install: TButton
- Left = 123
- Top = 109
- Width = 99
- Height = 35
- Caption = 'Install'
- TabOrder = 3
- OnClick = InstallClick
- end
- end
-